C1.DataCollection Assembly / C1.DataCollection Namespace / C1SelectManyDataCollection<S,T> Class / CollectionChanged Event

CollectionChanged Event (C1SelectManyDataCollection<S,T>)
Occurs when the collection changes.
Syntax
'Declaration
 
Public Event CollectionChanged As NotifyCollectionChangedEventHandler
 
Event Data

The event handler receives an argument of type NotifyCollectionChangedEventArgs containing data related to this event. The following NotifyCollectionChangedEventArgs properties provide information specific to this event.

PropertyDescription
 
 
 
 
 
See Also